fmt.fmt.writePadding (method)
10 uses
fmt (current package)
format.go#L66: func (f *fmt) writePadding(n int) {
format.go#L101: f.writePadding(width)
format.go#L106: f.writePadding(width)
format.go#L119: f.writePadding(width)
format.go#L124: f.writePadding(width)
format.go#L225: f.writePadding(f.wid)
format.go#L398: f.writePadding(f.wid)
format.go#L404: f.writePadding(f.wid - width)
format.go#L433: f.writePadding(f.wid - width)
format.go#L589: f.writePadding(f.wid - len(num))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |